home *** CD-ROM | disk | FTP | other *** search
- /*
- plt.h
- */
-
- void cols_init(int *col1,int *col2, MENU *menu, int itemcol1, int itemcol2);
- bool getcolsdisp();
- void makeupCols();
- int drawCols();
- void eraseCols();
- int cols_getcsrpos();
- void cols_setcsrpos(int n);
- void drawColCsr();
-
- void makeupPltList();
- int drawPltList(int x,int y);
- void erasePltList();
- void drawPltList_init(int x, int y);
- bool getPltList_disp();
- void drawPltCsr(int c);
-
- void makeupRgbBar();
- void drawRgbBar(int x, int y);
- void touchRgbBar(int ax, int ay, int btn);
-
- #define RGBBARXLEN (14*3)
- #define RGBBARYLEN 74
-